My Profile_


Moving to Production with MCO

Once you have finished testing your Moneris Checkout integration, do the following to move the integration into production:

1. Ensure that you have duplicated your final testing configuration in your Moneris Checkout production configuration in the production Merchant Resource Center at https://www3.moneris.com/mpg

2. Use the production URL for server to server requests:

https://gateway.moneris.com/chkt/request/request.php

3. Use the production JavaScript library:

<script src="https://gateway.moneris.com/chkt/js/chkt_v1.00.js"></script>

4. Set up your monerisCheckout object to the production mode:

myCheckout.setMode("prod");

5. In all Preload requests use the value "prod" for the environment variable

6. In all Preload requests, make sure that you are using the production version of your credentials for Store ID, API token and Checkout ID

7. In all Receipt requests use the value "prod" for the environment variable

8. In all Receipt requests, make sure that you are using the production version of your credentials for Store ID, API token and Checkout ID